From: Chong Yidong Date: Wed, 8 Apr 2009 04:02:31 +0000 (+0000) Subject: * textmodes/fill.el (fill-paragraph): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~933 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bac73b2974c4e5bfce68c9ac467ab7c4f2e894e9;p=emacs.git * textmodes/fill.el (fill-paragraph): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 060faa23b01..ba7b1427f17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-04-08 Chong Yidong + + * textmodes/fill.el (fill-paragraph): Doc fix. + 2009-04-07 Chong Yidong * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix. diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index e5c3c59ade3..c3ec0b95cb4 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -780,9 +780,10 @@ argument to it), and if it returns non-nil, we simply return its value. If `fill-paragraph-function' is nil, return the `fill-prefix' used for filling. -Interactively (when `region' is non-nil) in Transient Mark mode when -the mark is active, call `fill-region' to fill each of the paragraphs -in the active region." +The REGION argument is non-nil if called interactively; in that +case, if Transient Mark mode is enabled and the mark is active, +call `fill-region' to fill each of the paragraphs in the active +region, instead of just filling the current paragraph." (interactive (progn (barf-if-buffer-read-only) (list (if current-prefix-arg 'full) t)))